projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0715f4
)
Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jun 2011 00:47:59 +0000
(20:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:07 +0000
(16:08 -0400)
tests/a11y/text.c
patch
|
blob
|
history
diff --git
a/tests/a11y/text.c
b/tests/a11y/text.c
index 32185536cebddd0d7b839fec5d185053b0747dd9..083438b8fc7d915bea4bc67bc0c9dff331cfd09d 100644
(file)
--- a/
tests/a11y/text.c
+++ b/
tests/a11y/text.c
@@
-512,13
+512,6
@@
test_words (GtkWidget *widget)
break;
}
- if (g_strcmp0 (word, expected[i].word) != 0 ||
- start != expected[i].start ||
- end != expected[i].end)
- {
- g_print ("%d: %s %s %d : ", i, boundary(expected[i].boundary), gravity(expected[i].gravity), expected[i].offset);
- g_print ("\"%s\" != \"%s\"\n", word, expected[i].word);
- }
g_assert_cmpstr (word, ==, expected[i].word);
g_assert_cmpint (start, ==, expected[i].start);
g_assert_cmpint (end, ==, expected[i].end);